home *** CD-ROM | disk | FTP | other *** search
/ IRIX 6.5 Development Libraries / SGI IRIX 6.5 Development Libraries.iso / dist / inst_dev.idb / usr / share / src / swpkg / README.finance.z / README.finance
Text File  |  1998-05-04  |  539b  |  24 lines

  1.  
  2. This is version 1.2 of finance, a Motif based loan calculator.  Given
  3. a term in YEARS, the PRINCIPAL loan amount, and interest RATE, it computes
  4. the monthly PAYMENT.  Setting the PAYMENT text field recomputes PRINCIPAL.
  5.  
  6. Finance.ad    Application defaults file.
  7. Imakefile    System independent imake description file.
  8. Finance.ftr    File typing rules file.
  9. README.finance        This file.
  10. finance.man    Manual page (nroff source).
  11. main.c        Calculator source program.
  12.  
  13.  
  14. To build and run: 
  15.  
  16.     xmkmf
  17.     make
  18.     finance
  19.  
  20. to install:
  21.  
  22.     su
  23.     make install install.man
  24.